home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00168.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  432 b   |  21 lines

  1. global gVR, gWhichMovie, gWhichClip, gWhichCamera, gFullScreen
  2.  
  3. on exitFrame
  4.   sound stop 1
  5.   sound stop 2
  6.   updateStage()
  7.   puppetSound("Null Sound")
  8.   updateStage()
  9.   puppetSound(0)
  10.   updateStage()
  11.   set gVR to 0
  12.   set gWhichMovie to 1
  13.   set gWhichClip to 1
  14.   set gWhichCamera to "A"
  15.   set gFullScreen to 0
  16.   swapPlaybackScreen("playback dot")
  17.   go(".00")
  18.   setProp(17, 21, "visibility", 1)
  19.   setProp(23, 29, "visibility", 0)
  20. end
  21.